Submit

Tracking Time Mcp

@Tracking Time Team

Official MCP server for TrackingTime, the time tracking and productivity platform. Query time entries by user or across your entire team, list projects, tasks, customers, and workspace members. Supports date filtering and pagination. Hosted via SSE — no install needed.
Overview

TrackingTime MCP Server is the official Model Context Protocol integration for TrackingTime. It gives AI assistants read access to your time tracking workspace: query time entries by date range for a specific user or company-wide, list projects, tasks, customers, and team members. All endpoints support filtering and pagination. The server is hosted remotely at https://mcp.trackingtime.co/sse using SSE transport — no local installation required.

Server Config

{
  "mcpServers": {
    "trackingtime": {
      "url": "https://mcp.trackingtime.co/sse",
      "headers": {
        "Authorization": "Bearer <YOUR_API_TOKEN>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.